sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.app
/
[main]BundleCompat
Bundle
Compat
class
BundleCompat
(
source
)
Deprecated
Replaced with
androidx.core.os.BundleCompat
.
Helper for accessing features in
Bundle
.
Members
Functions
get
Binder
Link copied to clipboard
@
Nullable
open
fun
getBinder
(
@
NonNull
bundle
:
@
NonNull
Bundle
,
@
Nullable
key
:
@
Nullable
String
)
:
@
Nullable
IBinder
A convenience method to handle getting an
IBinder
inside a
Bundle
for all Android versions.
put
Binder
Link copied to clipboard
open
fun
putBinder
(
@
NonNull
bundle
:
@
NonNull
Bundle
,
@
Nullable
key
:
@
Nullable
String
,
@
Nullable
binder
:
@
Nullable
IBinder
)
A convenience method to handle putting an
IBinder
inside a
Bundle
for all Android versions.